Delete Method (AddressEntries Collection) 

The Delete method deletes all the address entries in the AddressEntries collection.

Syntax

objAddrEntriesColl.Delete()

Parameters

objAddrEntriesColl

Required. The AddressEntries collection object.

 

Remarks

Be cautious using the Delete method with a collection, since it deletes all the collection s member objects. To delete only one AddressEntry1O6Y3BK object, use the Delete0O9HA4 method specific to that object.

The Delete method on a large collection takes effect immediately and is permanent. Any object once deleted cannot be recovered.